home *** CD-ROM | disk | FTP | other *** search
- Changes from 1.00 to 1.01:
-
- Loads of Enforcer hits removed.
-
- Variables now read from the local, as well as the global, environment.
- If they are not present in the environment, they are read from UULIB:Config
- or S:UUConfig.
-
- Some mailers produce variations on the Message-ID: header with different
- cases (Message-Id:, Message-id:, etc). All these are now catered for.
- ADMail itself produces the form "Message-Id:" as this seems to be the most
- common.
-
- CTRL-C handler fixed. Now CTRL-C should never kill it, ever.
-
- Window sizing bug fixed. Windows should now be openable to the limits of
- your screen. At the same time, the gadgets in all of the windows now
- all resize/reposition correctly.
-
- Added SigFile and SigDashes config options.
-
- New date handling - different software produces different Date: headers.
- ADMail now converts these into a standard format. As a result, the Date field
- in the message window always looks right, and the $DATE variable has been
- split into $DATE and $TIME (without the timezone specifier).
-
- Group replies implemented - if you are sent a message with more than one
- address on the To: line, and you reply to it, all the addresses from the
- To: line other than your own will be copied to the new To: line, along with
- that of the person who sent the original message.
-
- MIME support - ADMail itself displays text/plain messages of subtypes us-ascii
- and the nine ISO-8859 types, provided they're encoded with 7bit, 8bit,
- binary, or quoted-printable.
- For all other types, including multipart messages of *any type*, Metamail is
- called.
- Sending of MIME messages is not yet supported.
-
- Added key-control of the mailbox select window.
-
- Added custom header capability.
-
- If your mailbox didn't have a blank line between each message, ADMail
- wouldn't read the messages correctly, and you'd get the last few lines of a
- message appearing at the top of the next one. This manifests itself, I
- believe, when transferring a mailbox from a different mailer, e.g. Elm.
- Anyway, I've fixed it.
-
- ADMail's windows are now disabled while certain functions (including the
- editor and sendmail external commands) are being executed. This should reduce
- the likelihood of button presses etc. being stacked up during these times.
-